From 56ef54fd9b3241632d6104c512b6386138671a02 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 4 May 2008 23:09:08 +0000 Subject: [PATCH] Fix spelling of 'bitscategory' in GDB options. --- gdb.c | 6 +++--- xmldoc/formats/options/gdb-bitscategory.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gdb.c b/gdb.c index 24029a076..7893dceec 100644 --- a/gdb.c +++ b/gdb.c @@ -108,8 +108,8 @@ /*******************************************************************************/ -/* static char gdb_release[] = "$Revision: 1.64 $"; */ -static char gdb_release_date[] = "$Date: 2008/04/27 14:11:56 $"; +/* static char gdb_release[] = "$Revision: 1.65 $"; */ +static char gdb_release_date[] = "$Date: 2008/05/04 23:09:08 $"; static gbfile *fin, *fout; static int gdb_ver, gdb_category, gdb_via, gdb_roadbook; @@ -1694,7 +1694,7 @@ write_data(void) #define GDB_OPT_VER "ver" #define GDB_OPT_VIA "via" #define GDB_OPT_CATEGORY "cat" -#define GDB_OPT_BITCATEGORY "bitcategory" +#define GDB_OPT_BITCATEGORY "bitscategory" #define GDB_OPT_ROADBOOK "roadbook" static arglist_t gdb_args[] = { diff --git a/xmldoc/formats/options/gdb-bitscategory.xml b/xmldoc/formats/options/gdb-bitscategory.xml index 18bf952ca..32f3815db 100644 --- a/xmldoc/formats/options/gdb-bitscategory.xml +++ b/xmldoc/formats/options/gdb-bitscategory.xml @@ -4,15 +4,15 @@ this options allows you to specify a bitmask to be used for the category. Options may be specified in either decimal or hex. - + Example for gdb bitcategory option to put all waypoints in categories 1 and 16. The following two commands are equivalent. They place a the point in both the first and last of the sixteen available categories. - gpsbabel -i gpx -f PocketQuery.gpx -o gdb,bitcategory=32769 -F foo.gdb + gpsbabel -i gpx -f PocketQuery.gpx -o gdb,bitscategory=32769 -F foo.gdb - gpsbabel -i gpx -f PocketQuery.gpx -o gdb,bitcategory=0x8001 -F foo.gdb + gpsbabel -i gpx -f PocketQuery.gpx -o gdb,bitscategory=0x8001 -F foo.gdb -- 2.30.2